[
    {
        "question": "Tim has a box with 7 blue shoe boxes and 9 red shoe boxes. If he uses 3 blue shoeboxes and 1/3 red of his shoeboxes to go fishing, how many red and blue shoe boxes are left in Tim's box?",
        "last_line": "Therefore the answer is 4 blue shoe boxes and 6 red shoe boxes.",
        "pred_ans": "6",
        "ground_truth": "10"
    },
    {
        "question": "Dominick went to his team's changing room and saw half as many robots as helmets and half as many helmets as footballs kept there. If there were 20 helmets, calculate the total number of items Dominick saw.",
        "last_line": "The total number of items he saw is 10 robots + 20 helmets + 20 footballs = 50 items. Therefore the answer is 50.",
        "pred_ans": "50",
        "ground_truth": "70"
    }
]